home *** CD-ROM | disk | FTP | other *** search
/ 501 Great Games / 501 Great Games - Volume One (2001)(Guildhall Leisure Services).iso / PENCILS1 / _SETUP.1 / CALENDAR.EXE / 0 / RCDATA / TFORM4 / TFORM4.txt
Text File  |  1998-06-29  |  3KB  |  149 lines

  1. object Form4: TForm4
  2.   Left = 361
  3.   Top = 120
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Edit Labels'
  7.   ClientHeight = 175
  8.   ClientWidth = 431
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PopupMenu = Form3.PopupMenu1
  14.   OnActivate = FormActivate
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Name: TLabel
  20.     Left = 176
  21.     Top = 8
  22.     Width = 28
  23.     Height = 13
  24.     Caption = 'Name'
  25.   end
  26.   object Month: TLabel
  27.     Left = 176
  28.     Top = 51
  29.     Width = 30
  30.     Height = 13
  31.     Caption = 'Month'
  32.   end
  33.   object Year: TLabel
  34.     Left = 368
  35.     Top = 51
  36.     Width = 22
  37.     Height = 13
  38.     Caption = 'Year'
  39.   end
  40.   object Label1: TLabel
  41.     Left = 296
  42.     Top = 51
  43.     Width = 19
  44.     Height = 13
  45.     Caption = 'Day'
  46.   end
  47.   object ListBox1: TListBox
  48.     Left = 8
  49.     Top = 8
  50.     Width = 161
  51.     Height = 161
  52.     ItemHeight = 13
  53.     TabOrder = 7
  54.     OnClick = ListBox1Click
  55.   end
  56.   object Edit1: TEdit
  57.     Left = 176
  58.     Top = 24
  59.     Width = 249
  60.     Height = 21
  61.     TabOrder = 0
  62.   end
  63.   object cmonth: TComboBox
  64.     Left = 176
  65.     Top = 64
  66.     Width = 113
  67.     Height = 21
  68.     ItemHeight = 13
  69.     TabOrder = 1
  70.     OnChange = cmonthChange
  71.   end
  72.   object Edit2: TEdit
  73.     Left = 368
  74.     Top = 64
  75.     Width = 41
  76.     Height = 21
  77.     TabOrder = 3
  78.     Text = '1990'
  79.   end
  80.   object cday: TComboBox
  81.     Left = 296
  82.     Top = 64
  83.     Width = 65
  84.     Height = 21
  85.     ItemHeight = 13
  86.     TabOrder = 2
  87.   end
  88.   object UpDown1: TUpDown
  89.     Left = 409
  90.     Top = 64
  91.     Width = 15
  92.     Height = 21
  93.     Associate = Edit2
  94.     Min = 1990
  95.     Max = 2100
  96.     Position = 1990
  97.     TabOrder = 8
  98.     Thousands = False
  99.     Wrap = False
  100.   end
  101.   object Button1: TButton
  102.     Left = 264
  103.     Top = 96
  104.     Width = 75
  105.     Height = 25
  106.     Caption = 'Remove'
  107.     TabOrder = 4
  108.     OnClick = Button1Click
  109.   end
  110.   object Button2: TButton
  111.     Left = 176
  112.     Top = 96
  113.     Width = 75
  114.     Height = 25
  115.     Caption = 'Clear All'
  116.     TabOrder = 5
  117.     OnClick = Button2Click
  118.   end
  119.   object Button4: TButton
  120.     Left = 264
  121.     Top = 128
  122.     Width = 75
  123.     Height = 25
  124.     Cancel = True
  125.     Caption = 'Close'
  126.     Default = True
  127.     TabOrder = 6
  128.     OnClick = Button4Click
  129.   end
  130.   object Button3: TButton
  131.     Left = 352
  132.     Top = 96
  133.     Width = 75
  134.     Height = 25
  135.     Caption = 'Change'
  136.     TabOrder = 9
  137.     OnClick = Button3Click
  138.   end
  139.   object PopupMenu1: TPopupMenu
  140.     Left = 208
  141.     Top = 128
  142.     object Help1: TMenuItem
  143.       Caption = '&Help'
  144.       ShortCut = 112
  145.       OnClick = Help1Click
  146.     end
  147.   end
  148. end
  149.